What is the proper way to access Redux store?
I'm working on a React project that uses Redux for state management. I need to access the Redux store to retrieve and update data, but I'm not sure about the correct way to do it. Can someone explain the proper method to access the Redux store?